home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19980901-19981211 / 000282_news@newsmaster….columbia.edu _Mon Nov 9 09:06:51 1998.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id JAA08239
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Mon, 9 Nov 1998 09:06:51 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id JAA06830
  7.     for kermit.misc@watsun; Mon, 9 Nov 1998 09:06:50 -0500 (EST)
  8. Path: news.columbia.edu!watsun.cc.columbia.edu!jaltman
  9. From: jaltman@watsun.cc.columbia.edu (Jeffrey Altman)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: telnet connection with script
  12. Date: 9 Nov 1998 14:06:49 GMT
  13. Organization: Columbia University
  14. Lines: 37
  15. Message-ID: <726stp$176$1@apakabar.cc.columbia.edu>
  16. References: <71scrf$7ct$1@nnrp1.dejanews.com> <726pag$338$1@nnrp1.dejanews.com>
  17. NNTP-Posting-Host: watsun.cc.columbia.edu
  18. Xref: news.columbia.edu comp.protocols.kermit.misc:9488
  19.  
  20. In article <726pag$338$1@nnrp1.dejanews.com>,  <bruds@luk.de> wrote:
  21. : > Hi, I am new in kermit scripting, and I have a problem connecting to a remote
  22. : > server with telnet port 25 and send information . the script always remains
  23. : > in interactive telnet-mode. What I am doing wrong? Regards, Stefan Bruder
  24. : >
  25. : Soory I forgot the script as an examples:
  26. : set host localhost 25
  27. : output helo
  28. : output mail from:<bruds>
  29. : output rcpt to:<bruds>
  30. : output data
  31. : output Halllllo
  32. : output \10\13.\10\13
  33. : output \10\13
  34. : output quit
  35. : connect
  36.  
  37. If you do not want interactive mode do not use the CONNECT command.
  38.  
  39. >From the online help, HELP CONNECT:
  40.  
  41. Syntax: CONNECT (or C, or CQ) [ switches ]
  42.  
  43. Connect to a remote computer via the serial communications device given in
  44. the most recent SET PORT command, or to the network host named in the most
  45. recent SET HOST command.  Type the escape character followed by C to get
  46. back to the C-Kermit prompt, or followed by ? for a list of CONNECT-mode
  47. escape commands.
  48.  
  49.     Jeffrey Altman * Sr.Software Designer * Kermit-95 for Win32 and OS/2
  50.                  The Kermit Project * Columbia University
  51.               612 West 115th St #716 * New York, NY * 10025
  52.   http://www.kermit-project.org/k95.html * kermit-support@kermit-project.org